home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 23
/
Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso
/
Aminet
/
util
/
cli
/
LibMon.lha
/
Src
/
global.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-10-28
|
203 b
|
12 lines
#ifndef LIBMON_GLOBAL_H
#define LIBMON_GLOBAL_H
/* Macros and other constants */
#define REPORT TRUE
#define QUIET FALSE
/* Global functions */
void clean_exit(int RC);
#endif /* LIBMON_GLOBAL_H */